Skip to content

Fix deprecation notices in 2.4#2920

Merged
dunglas merged 1 commit into
api-platform:2.4from
meyerbaptiste:fix_deprecation_notices_2.4
Jul 9, 2019
Merged

Fix deprecation notices in 2.4#2920
dunglas merged 1 commit into
api-platform:2.4from
meyerbaptiste:fix_deprecation_notices_2.4

Conversation

@meyerbaptiste

Copy link
Copy Markdown
Member
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #2896
License MIT
Doc PR n/a

@meyerbaptiste
meyerbaptiste force-pushed the fix_deprecation_notices_2.4 branch from 5848691 to 08a4ce3 Compare July 8, 2019 16:02
@dunglas
dunglas merged commit b448e74 into api-platform:2.4 Jul 9, 2019
@dunglas

dunglas commented Jul 9, 2019

Copy link
Copy Markdown
Member

Thanks @meyerbaptiste

@meyerbaptiste
meyerbaptiste deleted the fix_deprecation_notices_2.4 branch July 9, 2019 20:40
@dunglas dunglas mentioned this pull request Jul 9, 2019

public function __construct($controller, LoggerInterface $logger = null, $debug = false, string $charset = null, $fileLinkFormat = null)
{
$this->exceptionListener = new BaseExceptionListener($controller, $logger, $debug, $charset, $fileLinkFormat);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@meyerbaptiste In which case would the constructor have these arguments? I can't find anything in Symfony.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, looks like it was reverted: symfony/symfony#31868

So we don't need to handle that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants